Group:
DynoMotion
Message:
4256
From:
namorkipast
Date:
3/18/2012
Subject:
Save data to file
Where i can more read about how save data in to file.
I want write scan function. I try use fopen, but it empty file in begin...
And where i can more read about how use Interpreter "Vars"
Group:
DynoMotion
Message:
4260
From:
Tom Kerekes
Date:
3/18/2012
Subject:
Re: Save data to file
Hi Namorkipast,
Only fopen, fprintf, fclose are supported. See the example:
CaptureXYZMotionToFile.c
Regarding the Interpreter Vars: See the example:
KFLOPtoPCCmdExamples.c
You would use the GetVars() function to read the Interpreteter Vars.
I think those var numbers listed in the table are the only ones that have special useage.
See:
http://www.dynomotion.com/Help/GCodeScreen/EMC_Handbook/node99.html
Regards
TK